-
Notifications
You must be signed in to change notification settings - Fork 1k
oauth2: add option to override the url values for refresh token #727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
sks
commented
Jun 15, 2024
•
edited
Loading
edited
- Assisted our team getting compatibility with RFC: https://datatracker.ietf.org/doc/html/rfc7523
- Was trying to get tokens as required by azure-devops-oauth
This PR (HEAD: 7bc4a85) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/oauth2/+/592517. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/592517. |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be Please don’t reply on this GitHub thread. Visit golang.org/cl/592517. |
Message from sabith ks: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/592517. |
When will this be merged in? |
This PR is being closed because golang.org/cl/592517 has been abandoned. breaking change |
@seankhliao : Not sure why this is a breaking change 😕 |
if someone in their code defined an interface matching TokenSource, it would no longer match. |